Welcome![Sign In][Sign Up]
Location:
Search - lexical analyzer in java

Search list

[ELanguagejavacifa

Description: 本程序是用JAVA语言编写的一个小的词法分析器,可实现输入语句的词法分析。-this program is written in Java and a small lexical analyzer can achieve input sentences of lexical analysis.
Platform: | Size: 18322 | Author: 苏艳 | Hits:

[Windows Developvacabularyananlysis

Description: 这是一个很经典的词法分析器的程序用JAVA写的,但是本人现在急切需要用PASCAL写的,望大家发布。-This is a very classic lexical analyzer with the procedures written in JAVA, But I now urgently need to write PASCAL, looking for you.
Platform: | Size: 9434 | Author: 云帆 | Hits:

[ELanguageword

Description: Java语言词法分析器的设计与实现 其中具体要求: 1.使用DFA实现词法分析器的设计; 2.实现对Java源程序中注释的过滤; 3.利用两对半缓冲区从文件中逐一读取单词; 4.词法分析结果属性字流存放在独立文件[文件名:scanner_output]中; 5.统计源程序每行单词的个数和整个源文件单词个数; 6.具有报告词法错误和出错位置(源程序行号和该行字符)的功能; -Lexical analyzer Java language design and implementation One of the specific requirements: 1. The use of DFA realize the design of lexical analyzer 2. Implementation of the Java source program annotated filtration 3. The use of two pairs of semi-buffer read from the file one by one word 4. Lexical analysis of word flow property stored in a separate document [file name: scanner_output] Medium 5. Statistical source of the number of words per line and the entire source file number word 6. With the report of lexical error and error location [source code line number and the character] of the function
Platform: | Size: 2223104 | Author: wangyonghui | Hits:

[ELanguagescanner

Description: 用 C++ 作为宿主语言完成: Java语言词法分析器的设计和实现 使用DFA实现词法分析器的设计; 实现对Java源程序中注释的过滤; 利用两对半缓冲区从文件中逐一读取单词; 词法分析结果属性字流存放在独立文件(文件名:scanner_output)中; 统计源程序每行单词的个数和整个源文件单词个数; 具有报告词法错误和出错位置(源程序行号和该行字符)的功能;-Using C++ as the host language to complete: Java language lexical analyzer of the design and implementation of the use of DFA to achieve the design of lexical analyzer the realization of the Notes on the Java source code in the filter the use of two pairs of semi-buffer read from the document the words one by one lexical analysis of flow properties of the word stored in a separate document (file name: scanner_output) in statistical source of the number of words per line and the word number of source files with the report of lexical errors and error location (line number and the source line characters) of the function
Platform: | Size: 250880 | Author: 房兴华 | Hits:

[ELanguage101259352AccidenceAnalyser

Description: 这是用Java写的词法分析器,他实现的功能还不错,容易理解 比较好-This is a lexical analyzer written in Java, he also achieved a good functional, easy to understand better
Platform: | Size: 4096 | Author: tome | Hits:

[ELanguageMain

Description: java语言写的词法分析器,编译原理课的实验源代码-written in java language lexical analyzer, the principle of classes to compile the source code of the experiment
Platform: | Size: 3072 | Author: gaoxiang | Hits:

[JSP/Javalexicalanalyzer

Description: 此程序使用在java环境下开发的,是一个功能简单的C语言词法分析器-The use of this procedure in the java development environment, is a simple C language lexical analyzer
Platform: | Size: 17408 | Author: lina | Hits:

[ELanguageLexicalAnalyzer

Description: Java语言词法分析器的设计和实现 1.使用DFA实现词法分析器的设计; 2.实现对Java源程序中注释的过滤; 3.利用两对半缓冲区从文件中逐一读取单词; 4.词法分析结果属性字流存放在独立文件(文件名:scanner_output)中; 5.统计源程序每行单词的个数和整个源文件单词个数; 6.具有报告词法错误和出错位置(源程序行号和该行字符)的功能; -Lexical analyzer Java Language Design and Implementation 1. The use of DFA to achieve the design of lexical analyzer 2. The realization of the Java source code of the filter in the Notes 3. The use of two pairs of semi-buffer read from the document the words one by one 4. lexical analysis of flow properties of the word stored in a separate document (file name: scanner_output) in 5. statistical source of the number of words per line and the word number of source files 6. with the report of lexical errors and error location (source line number and the character) of the function
Platform: | Size: 931840 | Author: cher | Hits:

[Windows Developrsg-1_0B

Description: Rsg是一个用Java编写的词法分析器(扫描器)生成器。 -Rsg is a work written in Java lexical analyzer (scanner) generator.
Platform: | Size: 691200 | Author: 王帅 | Hits:

[JSP/Javaversion1

Description: 编译原理 词法分析器 实验源代码 可识别java代码 基于书中最基本的算法-Principles of lexical analyzer test compile the source code can identify the java code in the book based on the most basic algorithm
Platform: | Size: 4096 | Author: 伍学海 | Hits:

[JSP/JavaLexicalAnalyzer

Description: Lexical and syntax analyzer- mini-c compiler in java
Platform: | Size: 37888 | Author: sai subramanyam | Hits:

[Windows DevelopJavaScanner

Description: 1. 使用DFA实现词法分析器的设计; 2. 实现对Java源程序中注释的过滤; 3. 利用两对半缓冲区从文件中逐一读取单词; 4. 词法分析结果属性字流存放在独立文件(文件名:scanner_output)中; 5. 统计源程序每行单词的个数和整个源文件单词个数; 6. 具有报告词法错误和出错位置(源程序行号和该行字符)的功能;-1. Using DFA realize the design of the lexical analyzer 2. To realize the Java source code in the comment filter 3. Use of two pairs of semi-buffer from the file one by one to read the words 4. Lexical analysis of word attributes stored in a separate stream file (file name: scanner_output) in 5. Statistics source the number of words per line and the source file number word 6. a report lexical errors and error location (source code line number and character of the line) functions
Platform: | Size: 636928 | Author: 云尘然 | Hits:

[ELanguageWordAnalysis

Description: 用Java写的C语言词法分析器,做的编译原理实验.-A lexical analyzer for C language written in the Java
Platform: | Size: 3072 | Author: flt | Hits:

[JSP/Javalexer

Description: 词法分析器,用java实现,采用的核心算法是通过函数readch()把下一个输入字符读到变量peek中,函数scan在略过所有空白字符后,首先试图识别像<=这样的复合词法单元和整数数字,如果不成功,它就试图读入一个字符。-Lexical analyzer, with java implementation, the core algorithm used by the function readch () to read the next input character variable peek, the function scan skip all white space characters in after the first attempt to identify as < = such a complex lexical unit and integer numbers, if unsuccessful, it tried to read a character.
Platform: | Size: 2048 | Author: 陈高阳 | Hits:

[ELanguagelexer

Description: 这是一个java写的java语言词法分析器,实现了简单的词法分析-This is a java written in java language lexical analyzer to achieve a simple lexical analysis
Platform: | Size: 2048 | Author: cai | Hits:

[JSP/JavaJavaLex

Description: 在VS2008平台下使用C语言编写的JAVA语言词法分析器,使用DFA设计,使用两对半缓冲区读取单词,能报告词法错误和出错位置,并将词法分析结果属性字流写入txt文件。-Platform in VS2008 using C language lexical analyzer written in JAVA language, using the DFA design, using two pairs of semi-buffer to read the word, lexical errors and mistakes can report the location and properties of lexical analysis of words written to txt file stream.
Platform: | Size: 6144 | Author: 刘琬臻 | Hits:

[JSP/Javacmmcifafenxiqi

Description: CMM语言词法分析器java写的 还不错啊-CMM language lexical analyzer written in java is not good too
Platform: | Size: 194560 | Author: 小蝶子 | Hits:

[JSP/JavaMain

Description: lexical analyzer written in java language
Platform: | Size: 35840 | Author: dana | Hits:

[ELanguageLexicalAnalyzer

Description: CMM词法分析器,用java实现!解释器构造中的词法分析部分。-CMM lexical analyzer, using java to achieve! Interpreter structure in lexical analysis part.
Platform: | Size: 8192 | Author: Chen Bing | Hits:

[OtherJava-Scanner

Description: Java语言词法分析器的设计和实现 其中具体要求: 使用DFA实现词法分析器的设计; 实现对Java源程序中注释的过滤; 利用两对半缓冲区从文件中逐一读取单词; 词法分析结果属性字流存放在独立文件(文件名:scanner_output)中; 统计源程序每行单词的个数和整个源文件单词个数; 具有报告词法错误和出错位置(源程序行号和该行字符)的功能;-Java language lexical analyzer design and implementation of which specific requirements: Use DFA lexical analyzer designed to achieve realization of Java source code annotations filter use two pairs of semi-buffer read the words from the file one by one lexical analysis of property word stream is stored in a separate file (file name: scanner_output) in number of words per line source statistics and the number of words in the entire source file has reported lexical error and error location (source code line number and the line of characters) function
Platform: | Size: 3072 | Author: wenchangwei | Hits:
« 1 23 »

CodeBus www.codebus.net